func github.com/andybalholm/brotli.negotiateContentEncoding

2 uses

	github.com/andybalholm/brotli (current package)
		http.go#L19: 	encoding := negotiateContentEncoding(r, []string{"br", "gzip"})
		http.go#L35: func negotiateContentEncoding(r *http.Request, offers []string) string {